appendLineSync

fun appendLineSync(data: String, encoding: String? = "utf8", createParents: Boolean = true)

Append a line to this file (adds lineSeparator to data).

See also

Sources

js source
Link copied to clipboard